home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_50.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  255 b   |  12 lines

  1. property done
  2.  
  3. on exitFrame me
  4.   global gToolBarTextMan, gConMan
  5.   if not done then
  6.     sendAllSprites(#sendToolBarCoverAway)
  7.     sendAllSprites(#bringResourceButtonsForward)
  8.     setToolBarText(gToolBarTextMan, "Int_BathOut")
  9.   end if
  10.   go(the frame)
  11. end
  12.